home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBQSYS_H
- #define LIBQSYS_H
-
- #ifdef HAVE_CONFIG_H
- # include "./config.h"
- #endif
- #include <stdio.h>
- #include <stdlib.h>
- #include <strings.h>
- #include <stdarg.h>
- #include <setjmp.h>
- #ifdef HAVE_DIRENT_H
- # include <dirent.h>
- #endif
-
- /*
- * ============================================================================
- */
-
- #include "../libqsys/generic.h"
-
- #endif
-